home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / sound / qseq_11b.zip / DEMO.BAT next >
DOS Batch File  |  1994-05-17  |  360b  |  14 lines

  1. %echo off
  2. rem // demo DOS script:
  3. rem set BLASTER=A220 I7 D1 T4
  4. rem set MUSICDIR=c:\qsq
  5. rem set SYSEXDIR=c:\qsq
  6. rem set QSEQCMD=-m -t100 whatisay.qsq
  7. rem set QSEQCMD=-mb1000,5000 -A220 -I7
  8.  
  9. qsq whatisay
  10.  
  11. rem // If your BLASTER environment variable is not set, you should run this
  12. rem // demo with the following line:
  13. rem // qsq -A220 -I7 whatisay
  14.